feat(ci): registered the Stellux developer packages workflow - #186
Merged
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using high effort and found 1 potential issue.
Reviewed by Cursor Bugbot for commit 9720a21. Configure here.
| fetch-depth: 0 | ||
|
|
||
| - name: Build packages | ||
| run: ./packages/build.sh ${{ matrix.arch }} |
There was a problem hiding this comment.
Workflow invokes missing package scripts
High Severity · Logic Bug
The workflow runs packages/build.sh and packages/publish.sh, but neither file exists in the repository. A dispatch fails on the first build step, so no archives or GitHub release are produced.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 9720a21. Configure here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Note
Low Risk
On-demand CI only; risk is limited to mistaken manual releases or failed long builds, not runtime or security-critical application code.
Overview
Adds a manual GitHub Actions workflow (Stellux Developer Packages) that builds prebuilt toolchain/binutils archives for x86_64 and aarch64, then publishes them as a GitHub release.
The build job runs
./packages/build.shper architecture (5-hour timeout, fullfetch-depth: 0checkout for recipe commit timestamps), uploadsuserland/toolchain/packages/*.tar.zstas artifacts, and the publish job merges artifacts and runs./packages/publish.shwith the operator-supplied release tag (e.g.packages-2026.09.03). Workflow grantscontents: writeso releases can be created withgithub.token.Reviewed by Cursor Bugbot for commit 9720a21. Bugbot is set up for automated code reviews on this repo. Configure here.